@charset "utf-8";
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,ul {
    list-style: none;
}

a{
    color:#333;
    text-decoration: none;
    font-size: 13px;
}
a:hover{
    text-decoration: none;
}
@font-face{
    font-family:syFont;
    src:url('./syfont/SourceHanSansCN-Bold.otf')，url('./syfont/SourceHanSansCN-ExtraLight.otf')，url('./syfont/SourceHanSansCN-Heavy.otf')，url('./syfont/SourceHanSansCN-Light.otf')，url('./syfont/SourceHanSansCN-Medium.otf')，url('./syfont/SourceHanSansCN-Normal.otf')，url('./syfont/SourceHanSansCN-Regular.otf');
}
html{
    font-family: syFont;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    /*touch-action: none;*/
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.learn-more{
    display: block;
    width: 114px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-right: 26px;
    line-height: 30px;
    border-radius: 15px;
    z-index: 999;
    background: url(../images/learn-more.png) 112px center no-repeat,-webkit-linear-gradient(left,#f64e5b, #a00f13);
    background: url(../images/learn-more.png) 112px center no-repeat,-o-linear-gradient(left,#f64e5b, #a00f13);
    background: url(../images/learn-more.png) 112px center no-repeat,-moz-linear-gradient(left,#f64e5b, #a00f13);
    background: url(../images/learn-more.png) 112px center no-repeat,linear-gradient(left,#f64e5b, #a00f13);
}
@media screen and (min-width:981px){
    .pc-hide{
        display: none;
    }
    .pc-hide-inline{
        display: none;
    }
    .mobile-hide{
        display: block;
    }
}
@media screen and (max-width:980px){
    .pc-hide{
        display: block;
    }
    .pc-hide-inline{
        display: inline-block;
    }
    .mobile-hide{
        display: none;
    }
}